-
-
Notifications
You must be signed in to change notification settings - Fork 901
feat: reduce empty lines in controllers #1401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
local tests:
but I do see the
messages too. |
Where are they generated in the first place? Would be better to not even generate them instead of manually fixing it down the road |
This one: https://github.com/tidev/alloy/blob/master/Alloy/commands/compile/ast/controller.js#L48 is the last code that is run in Alloy which produces the newlines. I can add Having the |
ohhhh. I just saw that there is an option |
@hansemannn now I pass To test it: build a dev build and check |
Co-authored-by: Chris Barber <[email protected]>
before - after

nothing major but reduces some empty lines in the generated controllers, for the looks 😄